home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / program / prtr1_2.zip / PRTR / DEMO2 / 0002.PR < prev    next >
Text File  |  1994-08-27  |  510b  |  20 lines

  1. $DESCRIPTION:
  2. Version: 4.128
  3.  
  4. When a structure pointer is incremented the value is only incremented by 1 even when the size of the data type is greater than one.
  5.  
  6.  
  7. $INVESTIGATION:
  8. The function incdec() in OPERATE.CPP always generates code to increment (and decrement) by one instead of the size of the object pointer to.
  9.  
  10.  
  11. $RESOLUTION:
  12. Fixed in version: 4.133
  13.  
  14. Modules Changed: OPERATE.CPP
  15.  
  16. Modified incdec() to check object size before generating increment/decrement code.
  17.  
  18. $VERIFICATION:
  19.  
  20.